Extender

interface Extender(source)

Extender interface for use with extend. Extenders may be used to add metadata or change options on a notification builder.

Inheritors

Functions

Link copied to clipboard
@NonNull
abstract fun extend(@NonNull builder: @NonNull NotificationCompat.Builder): @NonNull NotificationCompat.Builder
Apply this extender to a notification builder.